home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / gravity2.doc < prev    next >
Text File  |  1995-03-31  |  871b  |  25 lines

  1. (Comp.sys.handhelds) 
  2. Item: 3600 by mike at drd.com 
  3. Author: [Mike Rovak] 
  4.   Subj: HP48 gravity game refinement 
  5.   Date: Fri Jun 28 1991 
  6.  
  7. To prevent pixels from bunching up at the top or left line of the screen 
  8. when absolute pixel coordinates go negative, modify variable DRAWXY to 
  9. test for this like so: 
  10.  
  11. %%HP: T(3)A(D)F(.); 
  12. \<< 
  13.     IF XM 0 < YM 0 < OR NOT 
  14.     THEN XM R\->B YM R\->B 2 \->LIST PIXON 
  15.     END 
  16. \>> 
  17.  
  18. ------------------------------------------------------------------------ 
  19. Disclaimer: My opinions do not necessarily reflect those of my employer. 
  20. ======================================================================== 
  21. ------------------------------------------------------------------------ 
  22.      mike@DRD.Com   
  23.      uunet!apctrc!drd!mike 
  24. ======================================================================== 
  25.